func github.com/aws/aws-sdk-go-v2/service/s3.newDefaultV4Signer

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_client.go#L417: 	o.HTTPSignerV4 = newDefaultV4Signer(*o)
		api_client.go#L420: func newDefaultV4Signer(o Options) *v4.Signer {
		api_client.go#L699: 		options.Presigner = newDefaultV4Signer(c.options)